home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / smashing.swf / scripts / DefineSprite_276 / frame_1 / DoAction.as
Text File  |  2012-04-23  |  195b  |  9 lines

  1. if(!dummy)
  2. {
  3.    _parent._parent.brickNumber = _parent._parent.brickNumber + 1;
  4.    _name = "brick" + _parent._parent.brickNumber;
  5.    destructible = "left";
  6.    pointsWorth = 500;
  7. }
  8. stop();
  9.